-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Run each job creation as a single task in api-worker
#8306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 Run each job creation as a single task in api-worker
#8306
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #8306 +/- ##
===========================================
- Coverage 87.85% 69.00% -18.85%
===========================================
Files 1940 875 -1065
Lines 75342 39263 -36079
Branches 1311 175 -1136
===========================================
- Hits 66189 27095 -39094
- Misses 8758 12111 +3353
+ Partials 395 57 -338
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🧪 CI InsightsHere's what we observed from your CI run for b3298e3. 🟢 All jobs passed!But CI Insights is watching 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
services/api-server/tests/unit/api_functions/celery/test_functions_celery.py
Show resolved
Hide resolved
services/api-server/src/simcore_service_api_server/api/routes/functions_routes.py
Outdated
Show resolved
Hide resolved
services/api-server/tests/unit/api_functions/celery/test_functions_celery.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thx.
|
@Mergifyio queue |
🛑 Configuration not compatible with a branch protection settingThe branch protection setting |
|



What do these changes do?
Related issue/s
How to test
Run
python -m pytest tests/unit/api_functions/celery -vvfrom
services/api-serverDev-ops